Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 5, 2019

This PR contains the following updates:

Package Type Update Change
tslint-immutable dependencies major 4.9.1 -> 6.0.1

Release Notes

jonaskello/tslint-immutable

v6.0.1

Compare Source

Added
  • Deprecation notice added to the readme.

v6.0.0

Compare Source

  • Overhaul ignore-prefix, adding in ignore-suffix and ignore-pattern. See PR #​137
  • Updated the list of rules included in each ruleset. See PR #​138

v5.5.2

Compare Source

  • readonly-array rule with the option ignore-prefix set will now ignore nested arrays within an ignored variable. See #​132. See PR #​133

v5.5.1

Compare Source

  • no-array-mutation now checks nested arrays. See #​134. See PR #​135

v5.5.0

Compare Source

  • readonly-array rule now allows for the readonly keyword to specify an array as readonly. This is a new feature supported in TypeScript 3.4. See #​129. See PR #​130

v5.4.0

Compare Source

  • no-object-mutation rule now disallows Object.assign mutation on identifiers and property access expressions. See #​112. See PR #​127

v5.3.3

Compare Source

  • Fixed rule readonly-array with option ignore-return-type not checking within union, intersection and conditional types. This fix should now catch all return types that contain a nested array. See #​124. See PR #​125

v5.3.2

Compare Source

Fixed
  • Fixed rule readonly-array with option ignore-return-type not checking within tuple types. See #​121. See PR #​122

v5.3.1

Compare Source

Fixed
  • Fixed rule readonly-array with option ignore-return-type not checking within generic parameters. See #​117. Thanks to @​RebeccaStevens for this fix! (See PR #​120).

v5.3.0

Compare Source

Added
  • New rule no-reject (moved from no-throw rule in previous version). See PR #​118.

v5.2.0

Compare Source

Added

v5.1.2

Compare Source

  • Republished without changes (becuase previous publish failed).

v5.1.1

Compare Source

Fixed
  • Fixes readonly-keyword fixer adds the readonly modifier in the wrong place for decorated class properties. See #​81. Thanks to @​tkryskiewicz for this fix! (See PR #​113).

v5.1.0

Compare Source

Added
  • New option ignore-new-array for the no-array-mutation rule. This option replaces the ignore-mutation-following-accessor option, however the old option name will remain as an alias and will be removed in the next major release. See #​102. Thanks to @​RebeccaStevens for adding this option! (See PR #​110)

v5.0.1

Compare Source

Fixed
  • Fixed a regression in the readonly-array. See #​104.

v5.0.0

Compare Source

Changed
  • Internal refactoring to use the tsutils library, see PR 100. This cleans up a lot of code and makes it easier to do further development. Becasue the tsutils library requires typescript version >=2.8 and node >=6 this refactoring required a major version bump. Big thanks to RebeccaStevens for the amazing work on this refactoring :-).

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/tslint-immutable-6.x branch from 3a756d3 to 7b9a595 Compare June 14, 2019 00:40
@renovate renovate bot force-pushed the renovate/tslint-immutable-6.x branch 2 times, most recently from c9c7f34 to 1e7005a Compare July 9, 2019 03:50
@renovate renovate bot force-pushed the renovate/tslint-immutable-6.x branch from 1e7005a to b4b3bc2 Compare August 28, 2019 22:42
@renovate renovate bot force-pushed the renovate/tslint-immutable-6.x branch from b4b3bc2 to 11417ff Compare September 11, 2019 00:29
@renovate renovate bot force-pushed the renovate/tslint-immutable-6.x branch from 11417ff to a954cbb Compare September 25, 2019 22:41
@renovate renovate bot force-pushed the renovate/tslint-immutable-6.x branch from a954cbb to 781d807 Compare October 10, 2019 00:38
@renovate renovate bot force-pushed the renovate/tslint-immutable-6.x branch from 781d807 to 814c7d7 Compare November 6, 2019 06:54
@renovate renovate bot force-pushed the renovate/tslint-immutable-6.x branch from 814c7d7 to fe6e312 Compare December 4, 2019 11:21
@renovate renovate bot force-pushed the renovate/tslint-immutable-6.x branch from fe6e312 to 54e7534 Compare December 21, 2019 00:29
@renovate renovate bot force-pushed the renovate/tslint-immutable-6.x branch from 54e7534 to ca2855a Compare January 17, 2020 00:29
@renovate renovate bot force-pushed the renovate/tslint-immutable-6.x branch from ca2855a to 40df855 Compare February 21, 2020 00:42
@ryasmi ryasmi closed this Feb 24, 2020
@renovate renovate bot deleted the renovate/tslint-immutable-6.x branch February 24, 2020 13:55
@renovate
Copy link
Contributor Author

renovate bot commented Feb 27, 2020

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 6.x releases. But if you manually upgrade to 6.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants